internal/profile.locationMap.s (field)

5 uses

	internal/profile (current package)
		graph.go#L343: 	s []Nodes          // a slice for small sequential IDs
		graph.go#L348: 	if id < uint64(len(l.s)) {
		graph.go#L349: 		l.s[id] = n
		graph.go#L356: 	if id < uint64(len(l.s)) {
		graph.go#L357: 		return l.s[id]